ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientSortedColumn Property

In This Topic
    OnClientSortedColumn Property (TransposedGrid<T>)
    In This Topic
    Occurs after the user applies a sort by clicking on a column header.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSortedColumn As String
    public virtual string OnClientSortedColumn {get; set;}
    See Also